home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / IconH.h.z / IconH.h
C/C++ Source or Header  |  2002-10-15  |  1KB  |  49 lines

  1. /* $XConsortium: IconH.h /main/5 1995/07/15 20:52:21 drk $ */
  2. /*
  3.  *  @OSF_COPYRIGHT@
  4.  *  COPYRIGHT NOTICE
  5.  *  Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  6.  *  ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
  7.  *  the full copyright text.
  8.  */
  9. /*
  10.  * HISTORY
  11.  */
  12. #ifndef _XmIconH_h
  13. #define _XmIconH_h
  14.  
  15. #include <Xm/Xm.h>
  16.  
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20.  
  21.  
  22.  
  23. /* Class record constants */
  24. extern    WidgetClass    xmIconHeaderClass;
  25.  
  26. typedef struct _XmIconHeaderClassRec * XmIconHeaderClass;
  27. typedef struct _XmIconHeaderRec      * XmIconHeader;
  28.  
  29. #ifndef XmIsIconHeader
  30. #define XmIsIconHeader(w) XtIsSubclass(w, xmIconHeaderClass)
  31. #endif /* XmIsIconHeader */
  32.  
  33. /********    Public Function Declarations    ********/
  34. extern Widget XmCreateIconHeader(
  35.                         Widget parent,
  36.                         String name,
  37.                         ArgList arglist,
  38.                         Cardinal argcount) ;
  39.  
  40. /********    End Public Function Declarations    ********/
  41.  
  42. #ifdef __cplusplus
  43. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  44. #endif
  45.  
  46. #endif /* _XmIconH_h */
  47.  
  48. /* DON'T ADD ANYTHING AFTER THIS #endif */
  49.